home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / maps.zip / MAPS.DOC < prev    next >
Text File  |  1992-01-20  |  6KB  |  150 lines

  1.  
  2.  
  3.  
  4.                               ==========================
  5.                                MAPS - Map Novell Search
  6.                                         Drives
  7.                                      Version 1.0
  8.                               ==========================
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.                                  Copyright (c) 1992
  16.                                  Robert Neal Barrett
  17.                                  8815 Thornbury Lane
  18.                                Huntersville, NC  28078
  19.  
  20.                                 CompuServe: 76530,1452
  21.  
  22.  
  23.  
  24.  
  25.             Purpose
  26.             -------
  27.  
  28.             MAPS - An addition to Novell's MAP program.  It has one major
  29.             reason for its existence: to map search drives to a specific
  30.             drive letter.  Novell's MAP does not allow you to do this.
  31.  
  32.  
  33.             Command Syntax
  34.             --------------
  35.  
  36.             To map a search drive to a specific letter, use the following
  37.             syntax:
  38.  
  39.             MAPS [OPTIONS] S#:=DRIVE:[SERVER/]VOLUME:PATH
  40.  
  41.  
  42.  
  43.                 PARAMETERS:
  44.                       S# - This is where the drive mapping is to appear
  45.                            in the path.  S1 would be the first item, S2
  46.                            would be the second, and so on.  Up to 16 search
  47.                            drives mapped to network volumes are allowed.
  48.  
  49.                   DRIVE# - Specify the desired drive letter to which the
  50.                            drive should be mapped.
  51.  
  52.                  VOLUME: - The name of the network volume used for the
  53.                            mapped drive.
  54.  
  55.                     PATH - The directory on the specified VOLUME for the mapped
  56.                            drive.
  57.  
  58.                 OPTIONS:
  59.  
  60.                      INS - Use this option to insert a search drive mapping,
  61.                            without replacing an existing mapping.
  62.  
  63.                     ROOT - Use this option to map a drive to a fake root
  64.                            directory.
  65.  
  66.                   SERVER - If the network VOLUME for the drive mapping in
  67.                            on a server other than the default server, specify
  68.                            the target server's name here.  The user must be
  69.                            currently attached to the desired server.
  70.  
  71.  
  72.             Example: MAPS INS S1:=W:APPSERV/SYS:APPS/WORDPERF
  73.  
  74.                  This would map drive R: to directory APPS/WORDPERF on volume
  75.                  SYS on server APPSERV, inserting the mapping into the first
  76.                  position (rather than overwriting the mapping that may be
  77.                  in the first position).
  78.  
  79.  
  80.             IMPORTANT NOTES
  81.             ---------------
  82.  
  83.               The ROOT option for MAPS requires the use of network shells
  84.               version 3.00 or later.
  85.  
  86.               Using the Novell's MAP command to map a regular (non-search)
  87.               drive and adding that drive to the DOS PATH does *NOT*
  88.               accomplish the same thing that this program does.  That's
  89.               why I wrote it!  There is an internal table that the network
  90.               shell uses to keep track of network search drives.  There is
  91.               only room for 16 entries in this table.  Since MAPS updates
  92.               this table, drives mapped with MAPS will follow the same search
  93.               rules as drives mapped with Novell's MAP command.  Also, using
  94.               this table allows the Novell LOGOUT command to remove the
  95.               mappings from the DOS PATH.
  96.  
  97.               Be aware that to use this command in a login script, the
  98.               command line must be prepended with an "#" to indicate
  99.               that the command is external.  Failure to do so will cause the
  100.               login script interpreter to read the command line as an
  101.               improperly syntaxed MAP command - no drive will be mapped.
  102.  
  103.  
  104.                                 COPYRIGHT/LICENSE/WARRANTY
  105.                                 --------------------------
  106.  
  107.             This document and the program file MAPS.EXE ("the software") are
  108.  
  109.                                    Copyright (c) 1992
  110.                                    Robert Neal Barrett
  111.                                    8815 Thornbury Lane
  112.                                  Huntersville, NC  28078
  113.                                    All Rights Reserved
  114.  
  115.             The copyright owner hereby licenses you to: use the software
  116.             except as below; make as many copies of the program and
  117.             documentation as you wish; give such copies to anyone; and
  118.             distribute the software and documentation via electronic means.
  119.             There is no charge for any of the above.
  120.  
  121.             This software is shareware.  It may not be used without
  122.             purchasing the software from the copyright owner.  If you use
  123.             it, the copyright owner requests $5.00.  There are no additional
  124.             site-licensing fees.  Commercial use is strictly prohibited
  125.             without written consent from the copyright owner.
  126.  
  127.             You are specifically prohibited from charging, or requesting
  128.             donations, for any such copies, however made; and from
  129.             distributing the software and/or documentation with commercial
  130.             products without prior permission in writing from the copyright
  131.             owner.
  132.  
  133.             Persons and organizations who are engaged in the distribution of
  134.             shareware, "freeware", and/or public domain software may include
  135.             MAPS on distribution disks as long as charges are made on a per-
  136.             disk basis rather than a per-program basis.  Such persons and
  137.             organizations must not represent themselves as vendors,
  138.             distributors, or sellers of MAPS.
  139.  
  140.             No copy of the software may be distributed without this document;
  141.             and the contents of the document must not be altered.
  142.  
  143.             There is no warranty, expressed or implied, of any kind.  The
  144.             copyright owner is not liable for damages of any kind.  By using
  145.             this shareware software, you agree to this.
  146.  
  147.                                ---------------------------
  148.  
  149.             Netware is a registered trademark of Novell, Inc.
  150.